Skip to content

Optimized library to only draw changed pixels #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

makermelissa
Copy link
Collaborator

I optimized the library to only update pixels that have changed. The result is that scrolling text is about twice as fast with this change. The only downside is it uses more memory in order to keep track of changes.

@makermelissa makermelissa requested a review from a team September 16, 2020 16:20
@makermelissa makermelissa merged commit 48f8a95 into adafruit:main Sep 16, 2020
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Sep 17, 2020
Updating https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf to 1.1.0 from 1.0.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_Pixel_Framebuf#2 from makermelissa/main

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Added the following libraries: Adafruit_CircuitPython_Pixel_Framebuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants